body a {
  color: #333;
  text-decoration: none;
}

.text-center{
    text-align: center;
    padding-top: 40px;
    background: url(/images/bt-001.png);
  }
.text-center h2{
    font-weight: bold;
    font-size: 42px;
    color:#333;
}

.text-center span{
    font-weight: bold;
    font-size: 42px;
    color: #00b6e6;
}

.text-center p{
    text-align: center;
    color: #666;
    font-size: 24px;
    padding-top: 20px;
}
.text-centera{
    text-align: center;
    padding-top: 20px;
    background: url(/images/bt-001.png) no-repeat center;
  }
.text-centera h2{
    font-weight: bold;
    font-size: 42px;
    color:#333;
}

.text-centera span{
    font-weight: bold;
    font-size: 42px;
    color: #00b6e6;
}

.text-centera p{
    text-align: center;
    color: #666;
    font-size: 24px;
    padding-top: 20px;
}
.text-centerb{
    text-align: center;
    background: url(/images/bt-001.png) no-repeat center;
  }
.text-centerb h2{
    font-weight: bold;
    font-size: 42px;
    color:#333;
}
.text-centerb p{
    text-align: center;
    color: #666;
    font-size: 24px;

}
/*顶部版块*/
.adc1{
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
}
.adc1 h1{
  width: 200px;
  height: 100px;
  margin-left: 15px;
}
.adc1 h1 a{
  width: 200px;
  height: 100px;
}
.adc1 img{
  width: 200px;
  height: 100px;
}
.adc1_a{
  background: url(/images/logobg.png);
  width: 200px;
  height: 100px;
  margin-left: 60%;
}
.adc1_a a{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 36px;
  line-height: 100px;
}
/*导航*/
* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.nav {
  width: 100%;
  height: 48px;
  background: #ffffff;
  position: relative;
}
.nav a:hover{
  text-decoration: none;
}
.nav ul {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.nav ul li {
  position: relative;
  display: inline-block;
  float: left;
}

.nav ul li:first-child {
  width: 220px;
  cursor: pointer;
}

.nav ul li label {
  display: block;
  padding-left: 55px;
  background: #ff8d00;
  position: relative;
  height: 48px;
  line-height: 48px;
  color: #fff;
}

.nav ul li label i {
  width: 24px;
  height: 24px;
  background: url(/images/daohang/nav_icon.png) -24px -82px no-repeat;
  display: block;
  position: absolute;
  top: 13px;
  left: 20px;
}
.navspan{
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
}
.nav ul li a {
  display: block;
  padding: 0 35px;
  line-height: 45px;
  color: #333;
  font-size: 16px;
}

.nav ul li a.current {
  background: #ffffff;
}

.nav ul li a:hover {
  background: #ffffff;
}

.nav ul li:first-child:hover .side {
  display: block;
}

.nav .side {
  display: none;
  position: absolute;
  padding: 0 0 0 20px;
  top: 48px;
  left: 0;
  z-index: 3;
  width: 220px;
  height: 360px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: rgba(255, 255, 255, .95);
  box-sizing: border-box;
}

.nav .side li {
  width: 200px;
}

.nav .side li a {
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 0;
  display: block;
  font-size: 16px;
}

.nav .side li a:hover {
  background: none;
  color: #0085cd;
}

.nav .side li a i {
  transition: all 0.3s ease 0s;
}

.nav .side li a i.side_t {
  height: 22px;
  width: 22px;
  display: inline-block;
  background: url(/images/daohang/img_public.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}

.nav .side li a i.icon-one {
  background-position: 0 -40px;
}

.nav .side li a i.icon-two {
  background-position: -160px -40px;
}

.nav .side li a i.icon-three {
  background-position: -120px -40px;
}

.nav .side li a i.icon-four {
  background-position: -240px -40px;
}

.nav .side li a i.icon-five {
  background-position: -440px -40px;
}

.nav .side li a i.icon-six {
  background-position: -40px -40px;
}

.nav .side li:hover .side_main {
  display: block;
  z-index: 999;
}

.nav .side .side_main {
  display: none;
  width: 300px;
  background: #FFFFFF;
  position: absolute;
  left: 198px;
  top: -10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 7;
}

.nav .side .side_main dl {
  margin: 20px;
  padding: 0;
}

.nav .side .side_main dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f96747;
  font-weight: bold;
}

.nav .side .side_main dl dd {
  margin-bottom: 10px;
  display: inline-block;
}

.nav .side .side_main dl dd a {
  display: block;
  color: #777;
  font-size: 12px;
  padding: 0;
  height: auto;
  line-height: 1.5;
}

.nav .side .side_main dl dd a strong {
  font-size: 14px;
  display: block;
  color: #555;
  font-weight: normal;
}

i.icon-hot,
i.icon-new {
  display: inline-block;
  height: 9px;
  width: 24px;
  background: url(/images/daohang/img_public.png) no-repeat;
  vertical-align: middle;
}

i.icon-hot {
  background-position: 0 -240px;
}

i.icon-new {
  background-position: -40px -240px;
}

.nav .side .side_main dl dd a span {
  color: #999;
}

.nav .side .side_main dl dd a:hover {
  background: none;
}

.nav .side .side_main dl dd a:hover strong {
  color: #40adf5;
}

.nav .side .side_main dl dd a:hover span {
  color: #40adf5;
}

.nav .side li a:hover i {
  margin-left: 10px;
}

* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.slider {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius:5px;
}

.slideBox .hd ul li.on {
  background: #f96747;
  color: #fff;
}
/*热报课程*/
.famous_teacher_classroomaa{
  width:100%;
  background:rgb(255,255,255);
  box-shadow:0px 4px 4px 0px rgba(232,232,232,0.5);
  margin-top: 4px;
}
.famous_teacher_classroom_contentaa{
  width: 1200px;
  margin: 0 auto;
}
.famous_teacher_classroom_title_01,.famous_teacher_classroom_title_02,.famous_teacher_classroom_title_03,.famous_teacher_classroom_title_04,{
  width:240px;
  height:130px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 6px 0px rgba(184,184,184,0.5);
  border-radius:5px;
  background-size:cover;
  background-repeat: no-repeat;
}
.famous_teacher_classroom_title_01_top{
  width: 240px;
  height: 106px;
}
.videotitle{
  color: #646464;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align:center;
}
.clearfix{
  clear: both;
}
.famous_teacher_classroom_contentaa ul li{
  float: left;
  margin: 10px 8px 10px;
}
.famous_teacher_classroom_title_01_bottomaa{
  width: 240px;
  height: 24px;
  background-color:rgba(0,0,0,0,0);
}
.famous_teacher_classroom_title_01_bottomaa p .teacher{
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin-left: 4px;
}
.famous_teacher_classroom_title_01_bottomaa p .number{
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin-left: 100px;
}
/*备考专区*/
.adc2{
  background:url(../images/bg_0002.jpg) no-repeat center;
  width: 100%;
  height: 400px;
  margin:0 auto;
}
.adc2 a{
  font-size: 14px;
}

.adc2 a:hover{
  color: #ff6c02;
  text-decoration:none;

}
.col-4 {
  width: 33.33333333%;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.border {
  border: 1px solid #dadadd;
}
.borderFt {
  border-bottom: 1px solid #dadadd;
}
.borderTp {
  border-top: 1px solid #dadadd;
}
.hr {
  border-top: 1px solid #c8c7cc;
}
.box {
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
.middle {
  vertical-align: middle!important;
}
.hide {
  display: none;
}

.img-block {
  display: block;
  width: 100%;
  /*height: auto;*/
  height: 425px;
}
.img-block1 {
  display: block;
  width: 200px;
  height: 200px;
}
.img-auto {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.clear {
  clear: both;
}
.fs24 {
  font-size: 20px;
  font-weight: 600;
}
.lh36 {
  line-height: 33px;
}

.c_blue {
  color: #1478c6;
}

.btn {
  display: block;
  text-align: center;
  background-color: #1ebadf;
  color: #fff;
  line-height: 2.555;
  border-radius: 0;
  outline: none;
  border: none;
  width: 100%;
}
.btn-mini {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
}
.btn-border {
  display: block;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
  box-sizing: border-box;
}
.word-break {
  word-wrap: break-word;
  word-break: break-all;
}
.nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.relative {
  position: relative;
}


.pl20 {
  width: 380px;
}

.pr20 {
  padding-right: 20px;
}

.mr10 {
  margin-right: 10px;
}

.noborder {
  outline: none;
  border: none;
}
.nopadding {
  padding: 0;
  background-color: transparent;
}

.inner2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.titleaa {
  border-bottom: #cdcdcd 2px solid;
  height: 60px; margin-bottom:20px
}
/*课程体系*/
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

.main233{
  max-width:100%;
  background:#ebf8fe;
  margin: 0 auto;

}
.main{
  max-width:1200px;
  margin:0 auto;
}
.mb10 a img{width: 100%;}
/*备考规划*/
.act li {
  list-style: none;
}
.act{
  width: 100%;
  margin-top: 60px;
  padding-bottom: 30px;
}
.acta{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.actb{
  width: 285px;
  height: 220px;
  background: #fff;
  border-radius: 10px 10px 60px 10px;
  box-shadow: 0 0 10px #e0e0e0;
}
.actb p{
  padding: 0px 30px;
    font-size: 14px;
    color: #666;
}
.actb1{
  width: 224px;
  height: 68px;
  margin-top:-40px;
  background: url(/images/sico1.png);
}
.actb1 span{
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 85px;
}
.actb2{
  width: 224px;
  height: 68px;
  margin-top:-40px;
  background: url(/images/sico3.png);
}
.actb2 span{
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 75px;
}
.actb3{
  width: 224px;
  height: 68px;
  margin-top:-40px;
  background: url(/images/sico2.png);
}
.actb3 span{
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 85px;
}
.actb4{
  width: 224px;
  height: 68px;
  margin-top:-40px;
  background: url(/images/sico4.png);
}
.actb4 span{
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 85px;
}
.actan1{
  margin-left: 80px;
    margin-top: 25px;
}
.actan1 a{
  padding: 6px 20px;
  font-size: 18px;
  background: #fff;
  color:#5f5cf2;
  border: 1px solid #5f5cf2;
  text-align: center;
  border-radius: 30px;
  text-decoration:none;
}
.actan1 a:hover{
  color: #fff;
  background:#5f5cf2; 
  font-weight: bold;
}
.actan2{
  margin-left: 65px;
    margin-top: 25px;
}
.actan2 a{
  padding: 6px 20px;
  font-size: 18px;
  background: #fff;
  color: #ef6d46;
  border: 1px solid #ef6d46;
  text-align: center;
  border-radius: 30px;
  text-decoration:none;
}
.actan2 a:hover{
  color: #fff;
  background:#ef6d46; 
  font-weight: bold;
}

.bct{
  width: 100%;
  padding-bottom: 50px; 
}
.bct li{
  list-style: none;
}
.bct1{
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.bct2{
  width: 1000px;
}
.bct3{
  width: 180px;
  height: 120px;
  margin-left: 20px;
  background: linear-gradient(180deg, #00b6e6, #00b6e6);
  border-radius: 20px;
  margin-top: 40px;
}
.bct3 p{
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
.bct4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
}
.bct5{
  font-size:24px;
  font-weight: bold;
  text-align: center;
  color: #fcff2f;
}

.keca{
  width: 100%;
}
.keca li{
  list-style: none;
}
.kecb{
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.boa{
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
}
.boa1{
  width:  580px;
  height: 450px;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.boa2{
  width:  580px;
  height: 450px;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.boatitle1{
  width: 580px;
  height: 60px;
  background: #00b6e6;
    margin-top: -35px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 5px 0px #999;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
}
.boatitle2{
  width: 580px;
  height: 60px;
  background: #00b6e6;
  margin-top: -35px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 5px 0px #999;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
}
.boatitleh4{
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  color: #00b6e6;
}
.boatitleh6{
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  color: #1bb38d;
}
.boatitleh7{
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  color: #00b6e6;
}
.boatitleh5{
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  color: #00b6e6;
}
.boaaa1{
  width: 560px;
  margin-top: 20px; 
}
.boaaa2{
  width: 560px;
  margin-top: 30px; 
}
.box7_ul1{
  display: flex;
    padding: 5px 10px;
    width: 560px;

}
.box7_li1{
  width: 160px;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  border: 2px solid #00b6e6;
}
.box7_li2{
  width: 160px;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  border: 2px solid #00b6e6;
}
.box7_li3{
  width: 160px;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  border: 2px solid #00b6e6;
}

.box7_span1{
  font-size: 17px;
  font-weight: 600;
  color: #00b6e6;
  float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.box7_span2{
  font-size: 17px;
  font-weight: 600;
  color: #00b6e6;
  padding-top: 10px;
    padding-left: 10px;
    float: left;
}
.box7_p1{
  font-size: 14px;
    color: #666;
    float: right;
    margin: 2px 9px;
}
.box7_p2{
  font-size: 14px;
  color: #666;
  margin: 2px 9px;
    float: left;
}
.box7 li:hover{
  background: #1dd8ba;
}
.aa1{
  display: flex;
  width: 580px;
  color: #333;
  margin: 13px 0;
}
.aali{
  background: url(/images/pbg1.png);
  width: 290px;
  height: 40px;
}
.aa1 a:hover{
  background: url(/images/pbg2.png);
  font-weight: bold;
  color: #00b6e6;
}
.aap{
  font-size: 16px;
  padding-left: 50px;
  line-height: 40px;
}
.boaan1{
  display: flex;
  margin-top: 35px;
}
.boaan2{
  display: flex;
  margin-top: 35px;
}
.boaan1 a:hover{
  background: #1bb38d;
  border: 2px solid #1bb38d;
}
.boaan2 a:hover{
  background: #ffa300;
  border: 2px solid #ffa300;

}
.boaana{
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #ffa300;
  background: #ffa300;
  text-decoration:none;
  margin-left: 100px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;

}
.boaanb{
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #ffa300;
  background: #ffa300;
  text-decoration:none;
  margin-right: 100px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.boaanc{
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #1bb38d;
  background: #1bb38d;
  text-decoration:none;
  margin-left: 100px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;

}
.boaand{
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #1bb38d;
  background: #1bb38d;
  text-decoration:none;
  margin-right: 100px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.bob{
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px;
}

.bob1{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.bob2{
  width: 285px;
  height: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.bob2a{
  height: 70px;
  width: 285px;
  background: url(/images/kcb1.png);
  border-radius: 10px 10px 0 0;
}
.bob2a h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #0973d0;
  line-height: 70px;
}
.bob2b{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.bob2b p{
  padding: 5px 0;
}
.bob2c{
  display: flex;
  margin: 0 auto;
}
.bob2c a{
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.bob3{
  width: 285px;
  height: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.bob3a{
  height: 70px;
  width: 285px;
  background: url(/images/kcb2.png);
  border-radius: 10px 10px 0 0;
}
.bob3b{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.bob3a h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #bd8600;
  line-height: 70px;
}
.bob3b p{
  padding: 5px 0;
}
.bob3c{
  display: flex;
  margin: 0 auto;
}
.bob3c a{
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.bob4{
  width: 285px;
  height: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.bob4a{
  height: 70px;
  width: 285px;
  background:url(/images/kcb3.png);
  border-radius: 10px 10px 0 0;
}
.bob4b{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.bob4b p{
  padding: 5px 0;
}
.bob4c{
  display: flex;
  margin: 0 auto;
}
.bob4c a{
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.bob4a h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #01a07a;
  line-height: 70px;
}
.bob5{
  width: 285px;
  height: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.bob5a{
  height: 70px;
  width: 285px;
  background: url(/images/kcb4.png);
  border-radius: 10px 10px 0 0;
}
.bob5b{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.bob5a h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ff6533;
  line-height: 70px;
}
.bob5b p{
  padding: 5px 0;
}
.bob5c{
  display: flex;
  margin: 0 auto;
}
.bob5c a{
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

.bob a:hover{
  font-weight: bold;
}


/*师资*/
.con {
  width: 1200px;
  margin: 0 auto;
  background: #e6f7fe;
  padding-bottom: 40px;
}

.plist {
  width: 1200px;
  margin: 0 auto;
  background: #e6f7fe;
  padding: 20px 0 20px 25px;
}

.clearfix {
  zoom: 1;
}

.plist li {
  width: 215px;
  float: left;
  display: inline;
  margin-right: 20px;
  margin-top: 30px;
}

.plist li  {
  position: relative;
  overflow: hidden;
}
.plist li a {
  display: block;
  width: 215px;
  position: absolute;
  left: 0;
  z-index: 10;
  transition: all 0.5s;
  height: 159px;
}

.plist li .priceq {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
/*课程*/
.floor-course {
    position: relative;
    overflow: auto;
    background-color: #e1f9ff;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
}
.floor-course a:hover{
  text-decoration:none;
}
.floor-content {
    position: relative;
    clear: both;
    width: 1210px;
    height: 380px;
    margin: 0 auto;
    background: #fff;
}

.floor-side-right {
    position: absolute;
    width: 1210px;
    height: 100%;
}

.floor-side-list {
    position: relative;
    display: flex;
    border-bottom: 1px solid #ededed;
    margin: 20px 10px 20px 20px;
    padding-bottom: 5px;
}
.floor-h3{
  font-size: 20px;
  font-weight: bold;;
  color: #333;
  height: 55px;
  line-height: 52px;
  background: url(/images/h3bg001.png) left center no-repeat;
  padding-left: 15px;
}
.floor-side-list ul {
    line-height: 57px;
    overflow: hidden;
    height: 55px;
    margin-left: 40px;
}

.floor-side-list ul li {
    position: relative;
    float: left;
    height: 55px;
    margin-right: 10px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    cursor: pointer;
}

.floor-side-list ul li:after {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -6px;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #fff;
}

.floor-side-list ul .on:after {
    border-bottom-color: #ff6129
}
.floor-side-list li .on:after {
    border-bottom-color: #ff6129
}
.floor-side-list ul .on {
    color: #ff6129
}

.floor-side-body ul li {
    position: relative;
    float: left;
    width: 190px;
    height: 280px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
}

.floor-side-body ul li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}

.floor-side-body ul li a {
   /* position: absolute;*/
    top: 0;
    left: 0;
}

.floor-side-body ul li a .image-ti {
    position: relative;
    display: block;
    width: 270px;
    height: 200px;
    margin: 8px auto 0;

}

.slide-admission {
    color: #46cfa1;
}

.floor-span{
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin: 5px 20px;
}
.floor-span span{
  font-size: 14px;
  color: #666;
  font-weight: 500;
  padding-left: 10px;
}
.floor-ico{
  display: flex;
  justify-content: space-between;
}
.floor-ico a{
  padding: 2px 5px;
  border-radius: 5px;
  border:1px solid #fea04a;
  font-size: 12px;
  color: #fea04a;
  margin: 0 auto;
}
.floor-ico a:hover{
  color: #fff;
  font-weight: bold;
  background: #fea04a;
}
/*专业课*/
.opa{
  background: url(/images/bg-0004.jpg) no-repeat center;
  width: 100%;
  height:850px;
  margin: 0 auto;
}
.text-centerd{
    padding-top: 20px;
    background: url(/images/bt-004.png) no-repeat center;
    width: 1200px;
    height: 166px;
    margin: 0 auto;
  }
.text-centerd h2{
    font-weight: bold;
    font-size: 42px;
    color:#fff;
    text-align: center;
    padding-top: 30px;
}
.text-centerd span{
  font-weight: bold;
    font-size: 42px;
    color:#ffeb3b;
}
.text-centerd p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
}
.opaa{
  width: 1200px;
  margin: 40px auto;
}
.opaa li{
  list-style: none;
}
.opab{
  display: flex;
  justify-content: space-between;
}
.opac{
  width: 212px;
  height: 145px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.opac1{
  width: 185px;
    height: 50px;
    background: #fea04a;
    border-radius: 25px 25px 5px 5px;
    margin: -25px auto;
    box-shadow: 0px 0px 10px 0px rgb(8 180 226 / 30%);
}
.opac1 h3{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.opac p{
  padding-top: 45px;
  text-align: center;
  font-size: 16px;
  color: #fea04a;
}
.opac2{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.opac2 a{
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  border:1px solid #fea04a;
  border-radius: 25px;
  margin-top: 10px;
  text-decoration: none;
  color: #333;
}
.opac2 a:hover{
  color: #fff;
  font-weight: bold;
  background: #fea04a;
}
.opac21{
  margin-left: 25px;
}
.opac22{
  margin-right: 25px;
}
.opad{
  width: 212px;
  height: 145px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 30%);
}
.opad1{
  width: 185px;
    height: 50px;
    background: #ff6533;
    border-radius: 25px 25px 5px 5px;
    margin: -25px auto;
    box-shadow: 0px 0px 10px 0px rgb(8 180 226 / 30%);
}
.opad1 h3{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.opad p{
  padding-top: 45px;
  text-align: center;
  font-size: 16px;
  color: #ff6533;
}
.opad2{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.opad2 a{
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  border:1px solid #ff6533;
  border-radius: 25px;
  margin-top: 10px;
  text-decoration: none;
  color: #333;
}
.opad2 a:hover{
  color: #fff;
  font-weight: bold;
  background: #ff6533;
}
.opad21{
  margin-left: 25px;
}
.opad22{
  margin-right: 25px;
}
.opp{
  /*background: #fff;*/
  margin-top: -20px;
}
.opp li{
  list-style: none;
}
.oppa{
  width: 1200px;
  height: 300px;
  margin: 20px auto;
  background: url(/images/bg-0005.png) no-repeat center;
}
.oppb{
  width: 1200px;
  height: 300px;
  display: flex;
}
.oppc{
  width: 300px;
  height: 300px;
}
.oppd{
  margin-top: 59px;
}
.oppd h3{
  padding: 10px 55px;
  color: #00b6e6;
  font-size: 20px;
  margin-left: 40px;
}
.oppd p{
  font-size: 16px;
  color: #fff;
  padding-left:25px;
  background: url(/images/picoa1.png) left center no-repeat;
  margin: 7px 0;
  letter-spacing:2px;
  margin-left:70px;
}
.oppd span{
  padding-left: 50px;
  font-size: 16px;
  color: #fff;
}
.oppe{
  display: flex;
  justify-content: center;
}
.oppe1 a{
  font-size: 20px;
  background: #0bb7e5;
  border-radius: 30px 0 0 30px;
  padding: 15px 60px;
  color: #fff;
  text-decoration: none;
}
.oppe1 a:hover{
  font-weight: bold;
}
.oppe2 a:hover{
  font-weight: bold;
}
.oppe2 a{
  font-size: 20px;
  background: #fea04a;
  border-radius: 0 30px 30px 0;
  padding: 15px 30px;
  color: #fff;
}
/*资讯*/
.floor-a {
    background-color: #e1f9ff;
    width: 100%;
    padding-bottom: 1px;
}
.floor-a a:hover{
  text-decoration:none;
  color: #ff6129;
}
.floor-a li{
  list-style: none;
}
.floor-a a{
  text-decoration: none;
}
.floor-b {
    position: relative;
    clear: both;
    width: 1210px;
    height: 700px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 50px;
}
.floor-h3{
  font-size: 20px;
  font-weight: bold;;
  color: #333;
  height: 55px;
  line-height: 52px;
  background: url(/images/h3bg001.png) left center no-repeat;
  padding-left: 15px;
}
.floor-c {
    position: absolute;
    width: 1210px;
    height: 100%;
}

.floor-d {
    position: relative;
    display: flex;
    border-bottom: 1px solid #ededed;
    margin: 20px 10px 20px 20px;
    padding-bottom: 5px;
}

.floor-d ul {
    line-height: 57px;
    overflow: hidden;
    height: 55px;
    margin-left: 40px
}

.floor-d ul li {
    position: relative;
    float: left;
    height: 48px;
    margin-right: 10px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    font-size:16px;
    cursor: pointer;
}

.floor-d ul li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #fff;
}

.floor-d ul .on:after {
    border-bottom-color: #ff6129
}
.floor-d li .on:after {
    border-bottom-color: #ff6129
}
.floor-d ul .on {
    color: #ff6129
}
.floor-e ul{
  padding-left: 25px;
    margin-top: 0;
}
.floor-e ul li {
    width: 600px;
    height: 590px;
    background: #fff;
}
.floor-f{
  width: 1200px;
  display: flex;
}
.floor-g{
  width: 200px;
  height: 570px;
  background: #fff;
  border: 1px solid #ededed;
  margin-left: 10px;
}
.floor-g h4{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: url(/images/h4bg001.png) no-repeat center;
  margin-top: 20px;
}
.floor-g-a{
  margin: 10px;
}
.floor-g-a li{
  font-size: 14px;
  color: #fea04a;
  background: url(/images/libg001.png) left center no-repeat;
  padding: 10px 0 10px 20px;
}
.floor-g-a span{
  float: right;
  color: #333;
}
.floor-g-a p{
  margin: 0;
  color: #666;
  font-size: 14px;
}
.floor-e-a p{
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  margin: 0;
}
.floor-e-a1 h5{
  font-size: 16px;
  color: #333;
  margin: 10px;
  font-weight: 500;
}
.floor-e-a1 h5:hover{
  color: #fea04a;
}
.floor-e-b a{
  color: #333;
  font-size: 14px;
}
.floor-h{
  width: 335px;
  height: 590px;
  margin-left: 25px;
}
.floor-e-b{
  margin-top: 10px;
}
.floor-e-b1{
  overflow: hidden;
  clear: both;
}
.floor-e-b1 a{
  padding-left: 20px;
  width: 260px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.floor-e-b2{
  margin-left:10px;
}
.floor-e-b p{
  font-size: 14px;
  background: url(/images/pbg3.png) left center no-repeat;
  margin: 7px 0;
  float: left;
  width: 300px;
}
.floor-h-a{
  margin: 0 10px;
}
.floor-h-a h4{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: url(/images/h4bg002.png) no-repeat center;
}
.floor-h-a ul{
  display: flex;
  margin: 20px auto;
    justify-content: space-between;
    padding: 1px;
}
.floor-h-a a{
  padding: 2px 10px;
  border-radius: 20px;
  color: #333;
  border:1px solid #fea04a;
  font-size: 14px;
}
.floor-h-a a:hover{
  background: #fea04a;
  color: #fff;
}
.floor-h-b h4{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: url(/images/h4bg002.png) no-repeat center;
}
.floor-h-b1 ul{
  margin: 10px auto;
  padding: 1px;
  margin-left: 15px;
}
.floor-h-b1 li{
  background: url(/images/libg002.png) left center no-repeat;
  font-size: 14px;
  color: #333;
  padding: 3px 20px;
}
.floor-h-b1 a{
  padding-left: 30px;
  color: #333;
}
/*简介*/
.sda{
	width: 100%;
	background: #fff;
}
.sdaa{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	/*background: url(/images/bg_0008.png);*/
	padding: 1px;
	display: flex;
	justify-content: space-between;
}
.sdab{
	width: 580px;
    height: 460px;
    border-radius:20px;
    background: #2fb1e4;
}
.sdab1{
	width: 560px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sdab1a{
	width: 200px;
	height: 200px;
}
.sdab1b{
	width: 350px;
	height: 200px;
	margin-left: 10px;
}
.sdab1b h4{
	font-size: 24px;
    color: #fff;
    background: url(/images/h4bg003.png) left center no-repeat;
    padding-left: 60px;
    margin-top: 20px;
    letter-spacing: 2px;
}
.sdab1b p{
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
    line-height: 25px;
    margin-top: 10px;
}
.sdabp{
	font-size: 16px;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: -10px;
}
.sdac{
	width: 600px;
	height: 500px;
}
.sdad{
	width: 600px;
	height: 140px;
	/*background: #2fb1e4;*/
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.sdad a:hover{
	background: #f7c96d;
	font-weight: bold;
}
.sdad1{
	background: #2fb1e4;
	width: 193.333px;
	border-radius: 20px 0 0 0;
}
.sdad1 h5{
	font-size: 18px;
	font-weight: bold;
	color: #f7c96d;
	text-align: center;
	padding-top: 10px;
}
.sdad1 p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.sdad1a a{
	font-size: 12px;
	padding: 2px 5px;
	color: #fff;
	border-radius: 10px;
	border:1px solid #f7c96d;
}
.sdad1a{
	margin: 8px 15px;
	display: flex;
	justify-content: space-between;
}
.sdad2{
	background: #2fb1e4;
	width: 193.333px;
	margin-left: 10px;
}
.sdad2 h5{
	font-size: 18px;
	font-weight: bold;
	color: #f7c96d;
	text-align: center;
	padding-top: 10px;
}
.sdad2 p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.sdad2a a{
	font-size: 12px;
	padding: 2px 5px;
	color: #fff;
	border-radius: 10px;
	border:1px solid #f7c96d;
}
.sdad2a{
	margin: 8px 15px;
	display: flex;
	justify-content: space-between;
}
.sdad3{
	background: #2fb1e4;
	width: 193.333px;
	margin-left: 10px;
	border-radius: 0 20px 0 0;
}
.sdad3 h5{
	font-size: 18px;
	font-weight: bold;
	color: #f7c96d;
	text-align: center;
	padding-top: 10px;
}
.sdad3 p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.sdad3a a{
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	border:1px solid #f7c96d;
}
.sdad3a{
	margin: 8px 61px;
	display: flex;
	justify-content: space-between;
}
.sdae{
	width: 600px;
	height: 300px;
	margin-top: 20px;
	background: #2fb1e4;
	border-radius: 0 0 20px 20px;
}
.sdaf{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 1px;
	height: 180px;
    margin-top: 20px;
}
.sdag{
	width: 100px;
	height: 100px;
	background: #2fb1e4;
	border-radius: 200px;
}
.sdagico1{
	margin-top: 10px;
    width: 200px;
    margin-left: -16px;
}
.sdagico1 span{
	font-size: 16px;
}
.sdagico2{
	margin-top: 10px;
    width: 200px;
    margin-left: -12px;
}
.sdagico2 span{
	font-size: 16px;
}
.sdagico3{
	margin-top: 10px;
    width: 200px;
    margin-left: -12px;
}
.sdagico3 span{
	font-size: 16px;
}
.sdagico4{
	margin-top: 10px;
    width: 200px;
    margin-left: -12px;
}
.sdagico4 span{
	font-size: 16px;
}